-
-
Notifications
You must be signed in to change notification settings - Fork 3k
Move large text to conftest fixture #10662
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Move large text to conftest fixture #10662
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
This sounds like it solves the same problem as #10606 and maybe it’s even nicer in that it puts it in |
Tested this and it works great! @krrishdholakia and @ishaan-jaff: do you think this could be merged? I haven't been able to run |
I would love to see this merged. I’m not sure why this doesn’t seem to be an issue for CI or the core devs but there seem to be at least two of us experiencing it. |
Please merge this. Without it:
|
Move large text to conftest fixture
Fixes import issues when running unit tests by making a test asset a fixture in the root conftest.py
Pre-Submission checklist
Please complete all items before asking a LiteLLM maintainer to review your PR
tests/litellm/
directory, Adding at least 1 test is a hard requirement - see detailsmake test-unit
Type
🐛 Bug Fix
🧹 Refactoring